home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // PrintCAD.idl : IDL source for PrintCAD.dll
- //
-
- // This file will be processed by the MIDL tool to
- // produce the type library (PrintCAD.tlb) and marshalling code.
-
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid(7364EA8D-AEB3-11D2-8C26-00403338C504),
- dual,
- helpstring("IPrintDr Interface"),
- pointer_default(unique)
- ]
- interface IPrintDr : IDispatch
- {
-
-
- [id(1), helpstring("method PrintAll")] HRESULT PrintAll(LPDISPATCH WhichDrawing, long hPrintDC);
- };
-
- [
- uuid(7364EA61-AEB3-11D2-8C26-00403338C504),
- version(1.0),
- helpstring("PrintCAD 1.0 Type Library")
- ]
- library PRINTCADLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
-
- [
- uuid(7364EA8F-AEB3-11D2-8C26-00403338C504),
- helpstring("PrintDr Class")
- ]
- coclass PrintDr
- {
- [default] interface IPrintDr;
-
- };
- };
-